home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6612 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: nntp.uio.no!solace!news
  2. From: cmh@lls.se (Magnus Holmgren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Problem with BOOPSI
  5. Date: 30 Mar 1996 10:02:39
  6. Organization: ReqChange development
  7. Message-ID: <4jjulh$3ql@fizban.solace.mh.se>
  8. References: <6593.6660T1030T543@sn.no>
  9. NNTP-Posting-Host: cabal.lls.se
  10. Mime-Version: 1.2
  11. Content-Type: TEXT/PLAIN; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8BIT
  13. X-FTN-To: Rune Elvemo
  14. X-Newsreader: Spot 1.3a #26/NetGate 1.2
  15.  
  16. In a message of 27 Mar 96, Rune wrote to :
  17.  
  18.  RE> I have a problem with a BOOPSI system. I have set up all the gagdets to
  19.  RE> communicate using ICA_MAP and a Class under ModelClass. When I press
  20.  RE> one of the buttons I *always* get a Guru.
  21.  
  22.  <...>
  23.  
  24.  RE> You migh want to know, that I removed the line in the dispather routine
  25.  RE> in RKMModel, saying : "geta4()". I don't know this is what's causing
  26. the
  27.  RE> Gurus.
  28.  
  29. Quite likely it is, I'd say. That dispatcher can very well be called from
  30. the input.device task, and if the dispatcher needs to reference the a4
  31. register (for small-data global data; e.g. a library base or something like
  32. that), it will get the wrong data.
  33.  
  34. Either use larga data model, or make sure the a4 register is loaded
  35. properly - see your compiler manual for details.
  36.  
  37. --
  38. Magnus Holmgren - Amiga programmer and enthusiast
  39.  
  40.  
  41.